Stack Frames by Giuseppe Di Cataldo

Stack Frames by Giuseppe Di Cataldo

Author:Giuseppe Di Cataldo
Language: eng
Format: epub
Publisher: Apress, Berkeley, CA


The option -shared produces a shared library.

The name libp2.so comes from p2.c by changing the filename extension from .c to .so and adding lib at the beginning; briefly:

soname = Shared Object NAME = "lib" + libraryName + ".so" + "." + versionNumber (or majorNumber); e.g. libp2.so.1

Usually a soname is a link (created by the ldconfig command) to the real library whose name is

soname + "." + minorNumber + "." + release; e.g.: libp2.so.1.3.9

The release number is optional, therefore we can find libp2.so.1.3. The name used by compilers is simply libp2.so.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.